home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / RTDI.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1996-12-22  |  4.3 KB  |  102 lines

  1. RtDbIniFile Component Ver. 1.02
  2. Copyright 1995 Tomasz Stanczak
  3. Compuserve: 100735,3273
  4.  
  5. Every customer wants something different, even if your code is as general as
  6. you can. This truth is nothing new, it's just a principle I learned in the
  7. last years, it doesn't wonder me, it doesn't make me angry any more. I know I
  8. have to build my programms with as many parameters as I can. Well, it works,
  9. but if I let my user input all of the parameters needed every time he enters
  10. the programm he's going to hate me. So I make configuration files. With plain
  11. DOS I used to work with DBF files because of my Clipper background. In Windows
  12. we have INI files. There is only one problem with INI files - everybody can
  13. change it, put garbage in or delete it. If you come with an application into
  14. bigger companies they certainly will ask you about security of you data. Well,
  15. TRtDbIniFile does all TIniFile can do with INI files with the same methods but
  16. it saves all this in database you are connected to, say Oracle, Sybase and the
  17. like. So you configuration data can be so secure as you database backend. If I
  18. needed to I could have used my old DBF files also.
  19.  
  20. Files Included:
  21. README.WRI    this file
  22. RTREGDI.PAS    unit to register RtDbIniFile with Delphi
  23. RTDBINI.PAS    RtDbIniFile itself (DCU in the demo version and PAS in the registered one)
  24. RTCONTS.PAS    Constants for this and/or my other components
  25. RT.PAS        unit with general functions I need
  26. TEST*.*        test project
  27. LOGIN.*        Login dialog for the above project
  28. RTDBINI.HLP    RtDbIniFile help file
  29. RTDBINI.KWF    RtDbIniFile keyword file
  30. 16\*.*        Files specific to Delphi 1.0
  31. 32\*.*        Files specific to Delphi 2.0
  32.  
  33. Installation:
  34. Copy the RT*.DCR, RT*.DCU and RT*.RES files to the same directory, including
  35. files from appropriate subdirectory(16\ or 32\). Then follow the Delphi
  36. instuctions for installing components. Both HLP and KWF files should probably
  37. be copied into DELPHI\BIN, the KWF is the keyword file, which can be installed
  38. with HELPINST.EXE.
  39.  
  40. Registration
  41.  
  42. License fees:
  43. RtDbIniFile alone, license fee is $10 (15 DM) plus $2 (3 DM) s&h
  44. as a part of RtControls, licence fee $39 (60 DM) plus $2 (3 DM) s&h
  45.  
  46.  
  47. Important note!
  48. Beginning with the 1. January 1997 EC residents need to add German VAT (15%)
  49. to the price or must specify own VAT ID# except when ordering through
  50. CompuServe's SWREG or PsL.
  51.  
  52.  
  53. Only following payment methods will be accepted:
  54. Compuserve: GO SWREG
  55. ID# 7194 RtDbIniFile alone
  56. ID# 7197 RtControls
  57.  
  58. Bank Transfer: Use following account for the money transfer:
  59.  
  60. Bank Name:    Postbank Hannover
  61. Bank Code (BLZ)    250 100 30
  62. Account        6570 43-308
  63.  
  64. Please fill in the order form and send us with the information of
  65. your payment to the address found in the help file.
  66.  
  67. Checks: Only checks drawn on a US bank valued in US$ or drawn on a German bank
  68. and valued in DM will be accepted. Please let us time after sending check, we
  69. cannot send you our product before the money is transferred. For details see
  70. help file.
  71.  
  72. Credit Card Orders: You can order with MC, Visa, Amex, or Discover from Public
  73. (software) Library by calling 800-2424-PsL or 713-524-6394 or by FAX to
  74. 713-524-6398 or by CIS Email to 71355,470. You can also mail credit card
  75. orders to PsL at P.O.Box 35705, Houston, TX 77235-5705.
  76.  
  77. THE ABOVE NUMBERS ARE FOR CREDIT CARD ORDERS ONLY.
  78. THE AUTHOR OF THIS PROGRAM CANNOT BE REACHED AT THESE NUMBERS.
  79.  
  80. Any questions about the status of the shipment of the order, refunds,
  81. registration options, product details, technical support, volume discounts,
  82. dealer pricing, site licenses, non-credit card orders, etc, must be directed
  83. to Tomasz Stanczak:
  84.  
  85.     CIS:         100735,3273
  86.     Internet:    100735.3273@compuserve.com
  87.     WWW:        http://ourworld.compuserve.com/homepages/tomasz
  88.  
  89. To order please specify Item# 14429, RtControls Delphi VCL Pack, price $39,
  90. s&h $2 (e-mail), $4 (Europe), $6 (overseas)
  91.  
  92. To insure that you get the latest version, PsL will notify us the day of your
  93. order and we will ship the product directly to you.
  94.  
  95. Shipping:
  96. Currently only e-mail shipping is supported, so please always state your
  97. e-mail address!. In the future post shipping including printed documentation
  98. will be possible (no promise!).
  99.  
  100. Registered users will receive component's full source code. Contact the author
  101. for multi-user discounts and site licenses. 
  102.